Skip to main content

FilePermissions

Members


read

It is of the type boolean. It may also be nil.


write

It is of the type boolean. It may also be nil.

Luau Type

This is the luau type for FilePermissions. It may help clear up mistranslations from the raw data to the wiki page (as it is an automatic process).

export type FilePermissions = {
write: boolean?,
read: boolean?,
}